/* HOW IT WORKS SECTION */
.how-it-works-section{
  padding: 4.3rem 0 3rem 0;
}
.how-imgbox{
display: flex;
justify-content: center;
position: relative;
}
.how-imgbox::before,
.how-imgbox::after{
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  }
.how-imgbox::before{
  background-color: #fdf2e9;
  width: 60%;
  padding-bottom: 60%;
  z-index: -2;
}
.how-imgbox::after{
  background-color: #fae5d3;
  width: 45%;
  padding-bottom: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  z-index: -1;
}



.how-number{
  font-weight: 600;
  font-size: 9rem;
  color: rgba(85, 85, 85, 0.219);
  margin-bottom: 1.8rem;
}
.how-img{
  width: 30%;
}
.how-blockheading,.meal-dietheading{
font-size: 3rem;
color: #333;
font-weight: 700;
margin-bottom:4.2rem;
}
.how-blockdescription{
  font-size: 1.8rem;
  line-height: 1.8;
  color: #444;
} 
